runtime.sigTabT.flags (field)
12 uses
runtime (current package)
signal_unix.go#L22: flags int32
signal_unix.go#L128: if t.flags == 0 || t.flags&_SigDefault != 0 {
signal_unix.go#L173: if t.flags&_SigSetStack != 0 {
signal_unix.go#L179: if (isarchive || islibrary) && t.flags&_SigPanic == 0 && sig != _SIGPIPE && sig != sigPreempt {
signal_unix.go#L200: if t.flags&_SigNotify != 0 {
signal_unix.go#L225: if t.flags&_SigNotify != 0 {
signal_unix.go#L254: if t.flags&_SigNotify != 0 {
signal_unix.go#L687: flags = sigtable[sig].flags
signal_unix.go#L997: flags = sigtable[sig].flags
signal_unix.go#L1159: flags := sigtable[sig].flags
signal_unix.go#L1379: flags := sigtable[sig].flags
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |